linux: don't export evtchn_do_upcall()
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Wed, 8 Feb 2006 15:38:38 +0000 (15:38 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Wed, 8 Feb 2006 15:38:38 +0000 (15:38 +0000)
commitc81c906ac3ba84f4775a8f46c40b0fe4e8759538
tree6ca87c21e5daddaf1a50c716a4f64ba097d7680a
parent5196eb3f945c5685f049f98a0ce0e00f3d495323
linux: don't export evtchn_do_upcall()
Remove the export of evtchn_do_upcall().
Given the constraints on the use of this function (should run at least
with irqcount adjusted properly, preferrably also on irq stack), it
doesn't seem reasonable for this function to be exported.

From: Jan Beulich <JBeulich@novell.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/drivers/xen/core/evtchn.c